home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / CLiCC-CodeWarrior-0.6.2 / CLiCC-CodeWarrior-0.6.2.sit / clicc-0.6.2 / doc / extensions < prev    next >
Encoding:
Text File  |  1993-12-18  |  689 b   |  19 lines

  1. --------------------------------------------------------------------------------
  2. This file describes extensions of the standard common lisp runtime system
  3. $Revision: 1.3 $
  4. --------------------------------------------------------------------------------
  5.  
  6. rt:C-getenv (string)
  7. Execute the library function getenv() with argument string.
  8.  
  9. rt:C-system (string)
  10. Execute the library function system() with argument string.
  11.  
  12. rt:C-argc ()
  13. Get the number of arguments in the command line.
  14.  
  15. rt:C-argv ()
  16. The arguments of the command line as a list. An Argument "@filename"
  17. will be substituted by the items of filename, which are separated by
  18. whitespace (e.g. SPACE, TAB, RETURN, NEWLINE, FORMFEED).
  19.